home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / zapem-0.000 / zapem-0 / zapem / test.c < prev    next >
C/C++ Source or Header  |  1995-03-30  |  69b  |  8 lines

  1. #include "screen.h"
  2. #include "block.h"
  3.  
  4. int main(void)
  5. {
  6.     Block b;
  7. }
  8.